Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the mise tool from version 2025.9.8 to 2025.9.9, which appears to be a routine release bump.
- Updates version numbers across all packaging and configuration files
- Updates shell completion scripts to use the new version-specific variable names
- Updates Node.js and uv package versions in the aqua registry
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates main package version to 2025.9.9 |
| packaging/rpm/mise.spec | Updates RPM package version |
| default.nix | Updates Nix package version |
| completions/mise.fish | Updates Fish shell completion with new version-specific variables |
| completions/mise.bash | Updates Bash shell completion with new version-specific variables |
| completions/_mise | Updates Zsh shell completion with new version-specific variables |
| aqua-registry/pkgs/nodejs/node/pkg.yaml | Updates Node.js from v24.7.0 to v24.8.0 |
| aqua-registry/pkgs/astral-sh/uv/pkg.yaml | Updates uv from 0.8.16 to 0.8.17 |
| README.md | Updates version example in documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.8 x -- echo |
21.0 ± 0.3 | 20.4 | 23.5 | 1.00 |
mise x -- echo |
21.3 ± 0.3 | 20.6 | 25.0 | 1.01 ± 0.02 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.8 env |
20.0 ± 0.7 | 18.4 | 25.9 | 1.03 ± 0.05 |
mise env |
19.5 ± 0.6 | 18.5 | 26.2 | 1.00 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.8 hook-env |
19.3 ± 0.3 | 18.7 | 22.4 | 1.01 ± 0.03 |
mise hook-env |
19.1 ± 0.4 | 18.4 | 24.3 | 1.00 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.9.8 ls |
16.7 ± 0.4 | 16.1 | 18.4 | 1.01 ± 0.03 |
mise ls |
16.6 ± 0.2 | 16.1 | 17.7 | 1.00 |
xtasks/test/perf
| Command | mise-2025.9.8 | mise | Variance |
|---|---|---|---|
| install (cached) | 167ms | ✅ 103ms | +62% |
| ls (cached) | 63ms | 63ms | +0% |
| bin-paths (cached) | 70ms | 69ms | +1% |
| task-ls (cached) | 471ms | 472ms | +0% |
✅ Performance improvement: install cached is 62%
c6d36fe to
78434cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🐛 Bug Fixes
📚 Documentation
Chore